˵

: Community Server 2.1 for asp.net 2.0ʽ棨ͬʱּ֧//Ӣģ
: 2006/08/13
: asp.net 2.0 + SQL Server 2000/SQL Server 2005 + VS.net 2005
ʾ: http://www.hotzs.com
֧: http://cs.998118.com
Ȩ: Community Server

˵: 
1޸CS 2.0Bug
2ṩ10Ƥ
3ʾ/ģ
4֧
5
6¥ʾ
7ʵֻԱע
8Tags֧
9ȫSEOŻģhtml/shtml/aspxȾ̬ҳ
10Żҳ̳ӡͺ
11sourceĿ¼ΪȫԴ
12SqlScriptsΪݿĿ¼




Ӣ˵
==============================================
         Community Server 2.1 SDK

           (Build 2.1.60809.935)
==============================================

This package contains the source code for the Community Server project.

End User Documentation is available at: http://docs.communityserver.org
Information and support and be found at: http://communityserver.org
Developer Wiki is at: http://developer.communityserver.org

Binaries are NOT included - the SDK must be compiled.
Solution and project files are included for Visual Studio 2003 and 2005 (.NET 1.1 and 2.0)

If you do not want to modify the source code and only wish to deploy Community Server 2.1 to your web site, please download one of the installer packages which are pre-compiled.


Using the SDK in Visual Studio 2003:
1. Create a virtual directory in IIS that points to the web folder.
2. Open the "Community Server ASPNET11.sln" file
3. The web project is a class library project. To debug, edit the Debugging properties and set the "Start Action Debug Mode" to URL. Click Apply and then set the "Start URL" field to the url to your virtual directory, and change "Enable ASP.NET Debugging" to true.


Using the SDK in Visual Studio 2005:
1. Create a virtual directory in IIS that points to the web folder.
2. The web project uses the new Web Application Projects model. In order to open the web project in VS2005 you will first need to install the Web Application Projects add-in from Microsoft. It is available here:
   http://msdn.microsoft.com/asp.net/reference/infrastructure/wap/default.aspx
3. After you have installed the WAP model for VS2005, you can open the "Community Server ASPNET20.sln" file.
4. Custom ASP.NET 2.0 versions of the web.config and communityserver.config files are located in the CommunityServer.ASPNet20MemberRole folder. The version of these files in the web root are targeted at ASP.NET 1.1. Read the /CommunityServer.ASPNet20MemberRole/Readme.txt file for more information.


